Add some docs to GtkIcon
authorMatthias Clasen <mclasen@redhat.com>
Tue, 22 Dec 2015 19:22:13 +0000 (14:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 22 Dec 2015 20:03:15 +0000 (15:03 -0500)
gtk/gtkicon.c

index 06c19dc69ff6719f8ce2d1364ce8c563653e0881..3e5e80f39f35fd63e2b6aa07702b95f533d0ac27 100644 (file)
 #include "gtkiconprivate.h"
 #include "gtkwidgetprivate.h"
 
+/* GtkIcon is a minimal widget wrapped around a GtkBuiltinIcon gadget,
+ * It should be used whenever builtin-icon functionality is desired
+ * but a widget is needed for other reasons.
+ */
 enum {
   PROP_0,
   PROP_CSS_NAME,